home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / qmap20b3.zip / WHATSNEW.TXT < prev   
Text File  |  1996-10-01  |  11KB  |  238 lines

  1.  
  2.  *** WHAT'S NEW -- QuakeMap 2.0 BETA ***   third release
  3.  
  4.  
  5. Release : 1.10.96. For Windows 95. BETA VERSION.
  6.  
  7. Brush substraction. Yes, it is now here (not too early !)
  8.  
  9. Unlimited UNDO/REDO on anythink in the map editor !
  10. (for RAM saving, the list is limited for now to 25 entires and is
  11. cleared before launching Quake)
  12.  
  13. Polyhedron moving or distorsion is visible while you are dragging
  14. them. No more guessing what your drag will do : see it in real-time.
  15.  
  16. Textures are organized in groups. Very practical for finding the
  17. textures you are looking for.
  18.  
  19. You can extract Descriptions as .txt files according to the standard
  20. layout, like the texts you can read as description about maps (author,
  21. description, comments, editor(s) used, etc)
  22.  
  23. You can bound QuakeC routines to pressing AND RELEASING a key. You can
  24. also have QuakeMap automatically add Quake instructions to the
  25. autoexec.cfg.
  26.  
  27. Examples modified : check Radar.qme and BindTest.qme
  28.  
  29. Accelerated QuakeC compiler (by reducing a lot the time required for
  30. it to load and analyse the original progs.dat)
  31.  
  32. You can run QBSP/VIS/LIGHT and then Quake on a part of a level (used
  33. during the level development process)
  34.  
  35. A maximum of RAM is freed up before launching Quake
  36.  
  37. SOON: syntax highlighing in QuakeC code editor
  38.  
  39. New polyhedron selection method. You can now select a polyhedron even
  40. if it is completely contained in another polyhedron, by clicking
  41. several times at the same point, until the desired polyhedron is
  42. selected.
  43.  
  44. Zoom-in in map editor : it zooms in the direction of the selected
  45. objects, instead of just zooming to the screen center
  46.  
  47. Enlarge/shrink polyhedrons may be done along a single axis (for
  48. distorsions)
  49.  
  50. New command in menus : QuickGO (same as GO but bypasses VIS)
  51.  
  52. New buttons in interface (see by yourself)
  53.  
  54. ... and other minor stuff (bug fixes, ...). In particular, corrected
  55. a problem that several people reported while using QBSP, which could
  56. not find the texture wad. I think this were caused by a difference
  57. between the DOS- and the Win95-based versions of QBSP, and it should
  58. no more occur with this version of QuakeMap.
  59.  
  60.  
  61.  
  62. *** What were new in second release (25.09.96) ***
  63.  
  64. New texture browser. Displays several textures at the same time.
  65. Still need to divide textures into more practical groups.
  66.  
  67. Rotation is implemented, as well as symmetry. You can rotate anything
  68. from a single polyhedron to groups to the whole level.
  69.  
  70. ... and other minor stuff (bug fixes, ...)
  71.  
  72. NOTE: the version of QBSP I use doesn't like stuff that is "too far"
  73. from the three axis. It refuses to compile a level that got 15░
  74. rotation around axis X and 15░ more around Y. If someone gets better
  75. results than me, please e-mail me what version of QBSP you use.
  76.  
  77.  
  78.  
  79. *** What were new in first release (20.09.96) ***
  80.  
  81.  
  82. Essentially, what is new is the "QuakeMap Explorer", which allows you to
  83. regroup several kind of lumps : maps, QuakeC code patches, file descriptions,
  84. etc. See below for a summary of these features.
  85.  
  86. Besides this summary, this beta version contains no documentation associated
  87. with QuakeMap Explorer, as it is still under development. Experiment yourself.
  88.  
  89. The level editor, renamed to "QuakeMap Editor", also got some improvements.
  90. Read them at the end of this file.
  91.  
  92.  
  93.  *** SHAREWARE ***
  94.  
  95. You may *not* use Quake 2.0 BETA after that the final 2.0 is out.
  96. *Please* upgrade to the final version as soon as possible.
  97. QuakeMap 2.0 (final) will be Shareware. Please read the corresponding
  98. instructions as soon as you download it.
  99.  
  100.  
  101.  *** What is QuakeMap Explorer ? ***
  102.  
  103.                                                (**) = not implemented yet
  104.  
  105.   It is no more centered on MAP files, altough you can still use it as
  106.   you did with version 1.1; instead, it is centered on a proprietary
  107.   file format, near than PAK files, which allows me to store some
  108.   information about maps that couldn't be stored in a standard MAP file,
  109.   like grouped polyhedrons.
  110.  
  111.   More interestingly, we can now regroup several other datas than maps
  112.   in this proprietary file format. For example : new textures, or new
  113.   files to replace or complete ID standard files, like sound and model
  114.   files.
  115.  
  116.   Consider this : large maps often require A LOT of computing power, a
  117.   lot of time, and a lot of RAM to compile (I've "only" 16Mb - and I'm
  118.   having trouble compiling some large maps). That's why it would be
  119.   useful to distribute BSPs instead of (or with) MAPs. But BSPs are
  120.   large files, and it is illegal to distribute them, anyway, because it
  121.   usually contains some of ID's original textures. So I added the
  122.   ability to import BSP files, textures removed, in QuakeMap's files.
  123.   Not only does this reduce size, it makes the distribution of BSPs
  124.   legal. Then, on another computer, QuakeMap reconstructs the original
  125.   BSP, using textures from the local computer's PAK (or unPAKed) files.
  126.  
  127.   Right now, I have even included parts of the REACC program I made and
  128.   distributed (see DEACC & REACC). REACC is a compiler like QCC, which I
  129.   wrote without knowing that ID would release QCC. The purpose of
  130.   including REACC into QuakeMap is double.
  131.                                                 First, it will provide
  132.   another way to distribute QuakeC patches - a better way, because you
  133.   will distribute only portions of files that changed, not full files
  134.   like now. The interest of it is to allow you to use several patches at
  135.   once. This is usually not easy with the current method of distributing
  136.   complete modified files : to play with several of the patches,
  137.   you have to figure out what really changed in which file, and regroup
  138.   yourself the changes. QuakeMap's integrated patch compiler should be
  139.   able to deal with multiple patches from multiple sources.
  140.  
  141.   Second, it will allow us to associate QuakeC patches with particular
  142.   levels. We'll then be able to build level-specific programs, like we
  143.   did in Hexen. For example, we could do something like Hexen's first
  144.   level, where there are walls that make a half turn, fire a few fireballs
  145.   on you, and then rotate back in place. This could be done in a standard
  146.   QuakeC patch, but associating this patch with the level make it far
  147.   easier to use, and prevent oneself from playing the level without the
  148.   patch or vice-versa.
  149.                 
  150.   It also provides a consistent way of assigning actions with new keys -
  151.   you know, "impulse" commands. You'll be shown a list of new actions the
  152.   installed patches provides, and you'll have to choose a key for each
  153.   of them. QuakeMap will then automatically remap impulse numbers as
  154.   needed (useful for several patches from serveral sources) and
  155.   write the "autoexec.cfg" to bind them with the keys you choosen.
  156.  
  157.  
  158.   I also plans to make a light-weight DOS run-time, easily distributable
  159.   and configurable, which would expand files of the proprietary file
  160.   format into playable files, with the correct directory structure, add
  161.   textures to BSPs, as well as compiling QC patches and prompting for
  162.   key assignment.                                                  (**)
  163.  
  164.   Wow ! Nice program, isn't it ?
  165.  
  166.  
  167.  
  168.  *** What's new in the map editor (QuakeMap Editor) ? ***
  169.  
  170.  
  171. * entities start spots are all shown on the map, with a little cross. You can 
  172. click on them to select entities. You don't have to look through the entity 
  173. list until the find the one you're looking for.
  174.  
  175. * entity list is hiearchical, i.e. you can regroup entities and polyhedrons in 
  176. regions and sub-regions. Use drag'n'drop to move entities and groups into and 
  177. out of sub-groups.
  178.  
  179. * multiple selection allowed. Use the Shift or Ctrl key (no difference) to 
  180. select multiple polyhedrons and/or entities. Selected objects are put in a 
  181. temporary group, named "(selection)". You can drag and move, zoom, rotate, and 
  182. 'symmetrize' the whole group at one. To create a non-temporary group, select 
  183. objects and rename "(selection)" to something else. In this way, you make the 
  184. hierarchy of the level.
  185.  
  186. * clipboard operations (cut-copy-paste) on single entities as well as on whole 
  187. groups.
  188.  
  189. * proprietary file format (i.e. the QuakeMap Explorer) stores this
  190. hierarchical information. But you can still work directly on .map files. Just
  191. be aware that saving a level into a .map file removes its hierarchy.
  192.  
  193. * texture managment : now you pick up textures from the list of every
  194. textures found in Quake (ca. 500 ! They will be divided into groups, I
  195. promise). You don't have to worry about "gfx/filename.wad" any more : choose
  196. "Extract textures" in the menu, and every texture that you used is extracted
  197. into a temporary .wad file. You don't need to unPAK your pak0.pak and
  198. pak1.pak files - QuakeMap is capable of looking for textures that are stored
  199. in .bsp files themselves stored in .pak files !
  200.  
  201. * substractive polyhedrons : select two polyhedrons, and the second one will
  202. be used to "cut" the first one, which will be turned into a group of
  203. polyhedrons going "around" the cutting polyhedron. Used to dig holes
  204. (like doors) into walls. (**) not implemented yet. You must still use the old
  205. "cut along plane" menu command.
  206.  
  207. * new buttons in the interface :
  208.  
  209. # the button with the (new) icon pops up a list of predefined entities and 
  210. polyhedrons from which you choose the object to add to your level. No more 
  211. separated list for entities and polyhedrons. The whole list is itself 
  212. hierarchical (choose the "populating level" group, open the "weapons" subgroup 
  213. and pick up the weapon you want). This list is stored in the proprietary map 
  214. format, in file "Models.qme". It can be modified the way you modify other 
  215. levels.
  216.  
  217. # the button with the (trash) icon deletes the selected object(s).
  218.  
  219. # the button with the (entity list) icon brings you back to the hierarchical 
  220. entity list and toggles between normal and full-screen view of this list 
  221. (useful for complex levels).
  222.  
  223. # the button with the (group) icon begins or ends a multiple selection.
  224.  
  225.  
  226.  
  227.  ***
  228.  
  229. Remember, this is a BETA version. Don't forget to look for the final version,
  230. planned to be released before the end of september. Any comment, suggestion
  231. or bug report is welcome.
  232.  
  233. As usually, I won't assume any responsability for whatever might occur by
  234. using my program, either directly or indirectly. No warraties !
  235.  
  236.  
  237. Armin Rigo.                           (armin.rigo@p22.gnothi.fn.alphanet.ch)
  238.